home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness: Dealing with Change / Workplace Effectiveness: Dealing with Change.iso / pc / Assess.Dxr / Internal_29_play QT movie frame.ls < prev    next >
Encoding:
Text File  |  1998-04-24  |  237 b   |  14 lines

  1. on exitFrame
  2.   if the movieRate of sprite 47 = 1 then
  3.     go(the frame)
  4.   else
  5.     if the machineType <> 256 then
  6.       puppetTransition(23)
  7.       go("Style")
  8.     else
  9.       puppetTransition(26)
  10.       go("Style")
  11.     end if
  12.   end if
  13. end
  14.